home *** CD-ROM | disk | FTP | other *** search
- #ifndef __SHELL__
- uchar title[] =
- "\n LHarc "VERSION" - dedicated to Eleni Avgetidou\n"
- " Copyright (c) Yoshizaki, 1988-89, Grunenberg, Mandel, 1993\n";
-
- uchar title_x[] =
- " LHarc Version "VERSION" (Atari) - dedicated to Eleni Avgetidou\n"
- " (c) Haruyasu Yoshizaki, 1988-1989, Grunenberg, Mandel, 1993";
-
- uchar use_1[] =
- " ================================================================ "__DATE__" =\n"
- " Syntax: LHarc [<command>] [{{-|/}{<switchs>[-|+|0-3|<options>]}}...] <archive>\n"
- " [{<Drive>:[\\]}|{<Base-Directory>\\}] {[&|&-|~] <Paths/Files> ...}\n"
- " ------------------------------------------------------------------------------\n"
- " <Command>\n"
- " a: Add files to archive u: Update newer files to archive\n"
- " f,r: Freshen/Re-construct archive m: Move files to archive (means 'a -d')\n"
- " d: Delete files from archive e,x: Extract files from archive\n"
- " p: DisPlay files on screen l,v: List/Verbose list of archive\n"
- " t: Test integrity of archive c: Compress files in AFX-format\n"
- " ------------------------------------------------------------------------------\n"
- " <Switchs> (WARNING: The meaning of the d-switch has been completely changed)\n"
- " r: Recursive expansion of dirs w: Specify work-directory\n"
- " x: Extend filenames m: No Message at query\n"
- " p: Distinguish pathnames f: Include folders in archive\n"
- " c: Skip time-comparison i: Ignore attributes\n"
- " a: Any attribute v: Display with external tool\n"
- " n: Set process-indicator h: Hold screen after finishing\n"
- " t: Time-stamp of archive y: Only files with 'changed' attribute\n"
- " b: Clear 'Changed'-attribute l: Use Larc compatible method\n"
- " q: Suppress all messages (quiet) o: Use LHarc 1.13 compatible method\n"
- " u: Store - don't compress files k: Header-level (0-2)";
-
- uchar use_2[] =
- " e: Include file-comments z: Include archive-comment\n"
- " d: Delete files after command C: No crc-check during extraction\n"
- " g: Extract archive in folder j: Exclude empty files\n"
- " 5: Force LHarc 2.0x archive (lh5) 4: Store in Larc compatible method\n"
- " s: Convert backslashs to slashs P: Process-Indicator-Character\n"
- " L: Limit memory-allocations S: Case-Sensitive filenames\n"
- " M: Maximum file-size N: Only files newer than date ddmmyy\n"
- " U: Store files uncompressed R: Rename Unix-Files\n"
- " I: Compress files to directory B: Retain backup copy of archive\n"
- " A: Add if file is not in archive W: No wildcard-matching\n"
- " X: Make relativ pathnames K: Acoustic signal after finishing\n"
- " ?: Display helpscreen\n"
- " path; Make relativ pathnames ~,! Exclude files\n"
- " &,@ Get file-list from file &-,@- Get file-list from standard input\n"
- " ==============================================================================\n"
- " Yoshizaki : Nifty-Serve PFF00253\n"
- " oASCII-pcs pcs02846\n"
- " Grunenberg : Christian Grunenberg @ S2 (Mausnet)\n"
- " Christian_Grunenberg@S2.maus.de (Inter-/Usenet)\n";
-
- uchar use_3[] =
- " LHarc is a freeware-program. Freeware means that you can freely copy, test\n"
- " and use this programm. If you are using LHarc regularly, you should support\n"
- " the further development by sending me a suitable donation (about $15). Thanks.\n\n"
- " Address:\n"
- "----------\n"
- " Christian Grunenberg\n"
- " Traminerweg 5\n"
- " 71717 Beilstein\n"
- " Germany\n";
- #endif
-
- uchar M_UNKNOWNERR[] = "Unknown error";
- uchar M_INVCMDERR[] = "Unknown command";
- uchar M_MANYPATERR[] = "";
- uchar M_NOARCNMERR[] = "No arcname";
- uchar M_NOFNERR[] = "No filename";
- uchar M_NOARCERR[] = "Archive doesn't exist";
- uchar M_RENAMEERR[] = "Unable to rename archive";
- uchar M_MKTMPERR[] = "Unable to create temporary file";
- uchar M_DUPFNERR[] = "";
- uchar M_TOOMANYERR[] = "";
- uchar M_TOOLONGERR[] = "Pathname is to long";
- uchar M_NOFILEERR[] = "No files found";
- uchar M_MKFILEERR[] = "Unable to create archive";
- uchar M_RDERR[] = "Unable to read file";
- uchar M_WTERR[] = "Unable to write file";
- uchar M_MEMOVRERR[] = "Not enough memory available";
- uchar M_INVSWERR[] = "";
- uchar M_CTRLBRK[] = "";
- uchar M_NOMATCHERR[] = "Unable to find file";
- uchar M_COPYERR[] = "\nUnable to copy temporary file to archive";
- uchar M_NOTLZH[] = "Extension of archive (%s) is not 'LZH'.\nContinue ? [Y/N] ";
- uchar M_OVERWT[] = "File exists,Overwrite [Y/N/All] or Rename ? ";
- uchar M_ENTERNEW[] = "New name :";
- uchar M_MKDIR[] = "Create folder ? [Y/N/All] ";
- uchar M_MKDIRERR[] = "Unable to create folder";
- uchar M_CRCERR[] = "";
- uchar M_RDONLY[] = "File is read-only !";
- uchar M_PRESSKEY[] = "-- Press key to continue --";
- uchar M_COMMENT[] = "Comment :";
- uchar M_PATH[] = "Paths/Files (wildcards possible (*?@[^-|],)) :";
- uchar M_FILETAB[] = "File table overflow. Ignore";
- uchar M_BADTAB[] = "\r Bad Table ";
-